.hotel_subPage {
    width:100%;
}
.hotel_subPage .menu_icon{
    display: flex;
    flex-wrap:wrap;
    margin-bottom:20px;
    border-bottom:0;
    border-top:0;
    padding-top:5px;
    margin-top:0;
  }
  .hotel_subPage .menu_icon li{
    width:25%;
    height: 70px;;
    text-align: center;
    border-right:1px solid #ddd;
    margin-bottom:0px;
    padding:5px;
    position:relative;
    margin-top:0px;
  }
  .hotel_subPage .menu_icon li.on{
    background:var(--surfcolor);
  }
  .hotel_subPage .menu_icon li.on p{
    color:var(--whiteff);
  }


  .hotel_subPage .menu_icon li:nth-child(1):after,
  .hotel_subPage .menu_icon li:nth-child(2):after,
  .hotel_subPage .menu_icon li:nth-child(3):after,
  .hotel_subPage .menu_icon li:nth-child(4):after{
    content:"";
    width:100%;
    height:1px;
    background:#ddd;
    position:absolute;
    /* bottom:-3px; */
    bottom:0;
    left:0;
  }
  .hotel_subPage .menu_icon li:nth-child(4n){
    border-right:0;
  }
 .hotel_subPage .menu_icon li img{
    width:30px;
    height: 30px;
    margin-bottom:6px;
  }
  
  .hotel_subPage .menu_icon li p{
    font-size:12px;
    color:#666;
    font-weight: 600;
    padding-top:0px;
  }

  .hotel_subPage .menu_icon li a{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding-top:10px;

  }
  